Spread Silverlight Documentation
ICalcStorage<TKey,TValue> Interface
Members 


GrapeCity.CalcEngine Namespace : ICalcStorage<TKey,TValue> Interface
Indicates the key for a stored item
Indicates the type for stored item.
Represent a storage for TValue.
Object Model
ICalcStorage<TKey,TValue> Interface
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Interface ICalcStorage
    (Of TKey As System.Collections.Generic.IEqualityComparer(Of TKey),
     TValue) 
'Usage
 
Dim instance As ICalcStorage(Of TKey,TValue)
[System.Reflection.DefaultMember("Item")]
public interface ICalcStorage<TKey,TValue> 
where TKey: System.Collections.Generic.IEqualityComparer<TKey>
Type Parameters
TKey
Indicates the key for a stored item
TValue
Indicates the type for stored item.
See Also

Reference

ICalcStorage<TKey,TValue> Members
GrapeCity.CalcEngine Namespace